home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMSELECTPIXEL / TFRMSELECTPIXEL.txt
Encoding:
Text File  |  2003-01-14  |  2.1 KB  |  116 lines

  1. inherited frmSelectPixel: TfrmSelectPixel
  2.   Left = 490
  3.   Top = 272
  4.   HorzScrollBar.Range = 0
  5.   VertScrollBar.Range = 0
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select Pixel'
  8.   ClientHeight = 199
  9.   ClientWidth = 186
  10.   OldCreateOrder = True
  11.   OnClose = FormClose
  12.   OnKeyUp = FormKeyUp
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   inherited spdPVar: TSpeedButton
  17.     Left = 64
  18.     Top = 140
  19.   end
  20.   object Label5: TLabel [1]
  21.     Left = 8
  22.     Top = 2
  23.     Width = 73
  24.     Height = 13
  25.     AutoSize = False
  26.     Caption = '&X Pos:'
  27.     FocusControl = edtXPos
  28.   end
  29.   object Label3: TLabel [2]
  30.     Left = 8
  31.     Top = 49
  32.     Width = 122
  33.     Height = 13
  34.     AutoSize = False
  35.     Caption = '&Color:'
  36.     FocusControl = edtColor
  37.   end
  38.   object Label7: TLabel [3]
  39.     Left = 8
  40.     Top = 107
  41.     Width = 173
  42.     Height = 50
  43.     AutoSize = False
  44.     Caption = 
  45.       'Current pixel location and color (Press the insert key to captur' +
  46.       'e):'
  47.     WordWrap = True
  48.   end
  49.   object Label6: TLabel [4]
  50.     Left = 98
  51.     Top = 2
  52.     Width = 73
  53.     Height = 13
  54.     AutoSize = False
  55.     Caption = '&Y Pos:'
  56.     FocusControl = edtYPos
  57.   end
  58.   object lblCoordinates: TLabel [5]
  59.     Left = 8
  60.     Top = 91
  61.     Width = 16
  62.     Height = 13
  63.     Caption = '1,1'
  64.   end
  65.   object edtXPos: TEdit [6]
  66.     Left = 8
  67.     Top = 20
  68.     Width = 80
  69.     Height = 21
  70.     TabOrder = 0
  71.     OnKeyUp = FormKeyUp
  72.   end
  73.   object edtColor: TEdit [7]
  74.     Left = 8
  75.     Top = 66
  76.     Width = 169
  77.     Height = 21
  78.     TabOrder = 2
  79.     OnKeyUp = FormKeyUp
  80.   end
  81.   object edtYPos: TEdit [8]
  82.     Left = 98
  83.     Top = 21
  84.     Width = 80
  85.     Height = 21
  86.     TabOrder = 1
  87.     OnKeyUp = FormKeyUp
  88.   end
  89.   object comCancel: TButton [9]
  90.     Left = 104
  91.     Top = 168
  92.     Width = 75
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = 'Cancel'
  96.     ModalResult = 2
  97.     TabOrder = 4
  98.     OnClick = comCancelClick
  99.   end
  100.   object comOk: TButton [10]
  101.     Left = 24
  102.     Top = 168
  103.     Width = 75
  104.     Height = 25
  105.     Caption = 'OK'
  106.     Default = True
  107.     ModalResult = 1
  108.     TabOrder = 3
  109.     OnClick = comOkClick
  110.   end
  111.   inherited IvTranslator1: TIvTranslator
  112.     Left = 96
  113.     Top = 136
  114.   end
  115. end
  116.